home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / NEXT31.ARJ / NEXT3.I30 < prev    next >
Text File  |  1992-06-15  |  1KB  |  41 lines

  1. ;            INITIALIZATION FILE FOR NeXT APPLICATION BAR
  2.  
  3. [APPLICATIONS]     
  4. ; you have to specify the full path name for all applications and icon files
  5. ; format of entries is:  
  6. ;    entry number=application file ; [icon file] ; [icon number]
  7.  
  8. 1=c:\windows\notepad.exe;;
  9. 2=c:\windows\winfile.exe;;
  10. 3=c:\windows\pbrush.exe;;
  11. 4=c:\windows\write.exe;;
  12. 5=c:\windows\progman.exe;;
  13. 6=c:\windows\setup.exe;;
  14. 7=c:\windows\control.exe;;
  15. 8=c:\windows\clipbrd.exe;;
  16. 9=c:\windows\terminal.exe;;
  17. 10=c:\windows\printman.exe;;
  18. 11=c:\command.com;c:\windows\progman.exe;1
  19.  
  20. [settings]
  21. ; 1 for Left, 0 for Right
  22. position=0
  23.  
  24. ; 1-enable, 0-disable
  25. clock=1
  26. eyes=1
  27. ActiveWindow=1
  28.  
  29. ; this option should be set to 0 if you are using Windows 3.0
  30. OnTop=0
  31.  
  32. ; 0 -disable, otherwise in seconds to blank screen
  33. sleep=1800
  34.  
  35. ;full pathname of NEXT.EXE - needed for Restart Feature to function properly
  36. NeXTPath=c:\windows\next\next.exe
  37.  
  38. ; TopOfBar & offset is used for saving last bar position. Do not change them.
  39. TopOfBar=0
  40. offset=0
  41.